home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Other / KBNS.verification.32.1 / KBNS.32.0.036 / Makefile next >
Makefile  |  1994-01-20  |  82b  |  6 lines

  1. all: memcmp
  2. clear:
  3.     rm -f memcmp
  4. memcmp: memcmp.c
  5.     cc -Wall -g memcmp.c -o memcmp
  6.